Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
register_shutdown_function
register_shutdown_function
Register a function that will be executed when php aborts
Name:
register_shutdown_function
Category:
Function processing
Programming Language:
php
One-line Description:
Register a function that will be executed when php aborts
Related
register_shutdown_function What errors cannot be caught? Analysis of common misunderstandings
1
Implementing Resource Release at the End of PHP Scripts Using register_shutdown_function
6
Similar Functions
forward_static_call
forward_static_call
Callingstaticmethods
function_exists
function_exists
Returntrueifthegiven
call_user_func_array
call_user_func_array
Callthecallbackfunct
forward_static_call_array
forward_static_call_array
Callstaticmethodsand
unregister_tick_function
unregister_tick_function
Unregisterthefunctio
register_shutdown_function
register_shutdown_function
Registerafunctiontha
create_function
create_function
Createananonymous(la
get_defined_functions
get_defined_functions
Returnsanarrayofalld
Popular Articles
Implementing Resource Release at the End of PHP Scripts Using register_shutdown_function
register_shutdown_function What errors cannot be caught? Analysis of common misunderstandings